home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 4.0 KB | 24 lines | [TEXT/SPM ] |
- /*
- IC Keys.h
-
- This header file defines some keys which are predefined to exist as part of the IC prefs file.
-
- Keys can be added by an IC-aware application.
-
- The canonical Internet Config interface is defined in Pascal. These headers have
- not been thoroughly tested. If there is a conflict between these headers and the
- Pascal interfaces, the Pascal should take precedence.
- */
-
- #ifndef __H_IC_Keys__
- #define __H_IC_Keys__
-
- #define kICRealName "\pRealName" /* PString */
- #define kICEmail "\pEmail" /* PString -- user@host.domain */
- #define kICMailAccount "\pMailAccount" /* PString -- user@host.domain */
- #define kICMailPassword "\pMailPassword" /* PString -- scrambled */
- #define kICNewsAuthUsername "\pNewsAuthUsername" /* PString */
- #define kICNewsAuthPassword "\pNewsAuthPassword" /* PString -- scrambled */
- #define kICArchiePreferred "\pArchiePreferred" /* PString -- formatted */
- #define kICArchieAll "\pArchieAll" /* STR# -- formatted */
- #define kICUMichPreferred "\pUMic